home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw304.zip / NOSGAS.ZIP / PCELM.RC < prev    next >
Text File  |  1993-01-13  |  8KB  |  213 lines

  1. # ===========                                               NOSview [301]
  2. # N:\PCELM.RC
  3. # ===========
  4. #
  5. #            PCElm RUNTIME CONFIGURATION  (PCElm.RC)
  6. #-------------------------------------------------------------------#
  7. #
  8. # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  9. #
  10. #  This file (PCELM.RC) must be configured to your specific site.
  11. #
  12. #
  13. #        DO NOT USE THIS FILE AS-IS. YOU   M U S T  EDIT
  14. #
  15. #         THIS FILE TO REFLECT   Y O U R   INSTALLATION
  16. #
  17. #                     BEFORE USING PCELM.
  18. #
  19. #
  20. #
  21. #  Following are configuration requirements followed by examples.
  22. #
  23. # Lines beginning with # or ; are comments. Empty lines are disregarded.
  24. #------------------------------------------
  25. # host <space> this_host_name
  26. # this is the hostname to be used for the hamradio mode. It usually
  27. # is your callsign followed by .ampr.org, as in "dg5kx.ampr.org"
  28. host ns9bob.ampr.org
  29.  
  30. #------------------------------------------
  31. # uucphost <space> this_uucp_host_name
  32. # this is the hostname to be used for uucp mode. Note: traditional
  33. # uucp hostnames need to be unique, so know what you are doing here.
  34. # This is usually either your hostname followed by .uucp as in
  35. # "dg5kx.uucp" or a fully qualified domain name (FQDN) as in
  36. # "dg5kx.rmi.de".
  37. uucphost ns9bob.uucp
  38.  
  39. #------------------------------------------
  40. # user <space> this_user_name
  41. # also MAILBOX from environment
  42. # This is the name of your mailbox. It usually is your username (login)
  43. # at this system. (Note that this puts an 8 character length restriction
  44. # on your username, as MessDOS can't handle more characters).
  45. # If this entry is commented out, the value of the environment variable
  46. # 'mailbox' is used.
  47. user ns9bob
  48.  
  49. #------------------------------------------
  50. # fullname <space> your_full_name for mail headers
  51. # also NAME from environment
  52. # Your real life name belongs here. This is so that pother people can see
  53. # who you really are, even if your username is 'gandalf' or 'blackadder'.
  54. # If this entry is commented out, the value of the environment variable
  55. # 'name' is used.
  56. fullname "Robert R Roberts"
  57.  
  58. #------------------------------------------
  59. # reply <space> address  An optional reply address if not to this machine,
  60. #                        useful for a pc on a network with a smart mailer.
  61. # Use this if you want replies to your messages to go to another machine
  62. # or if you are on a network where headers are mangled so bad people
  63. # can't reply to you otherwise. Only works for hamradio.
  64. # reply freiss.pad@sni.de
  65.  
  66. #------------------------------------------
  67. # zone <space> timezone
  68. # The timezone you are living in. Should be 3 characters, not more, not less.
  69. # There is an ISO standard for time zone names if memory serves me correctly,
  70. # but the ISO number escapes me.
  71. zone GMT
  72.  
  73. #------------------------------------------
  74. # maxlet <space> max messages in mbox at once
  75. # The maximum number of messages that may be in a mailbox at once.
  76. # Decrease this number if you are short on memory. PCElm startup will slow
  77. # down considerably if you have a huge mailbox; on the other hand I doubt
  78. # anybody can find his way around 300 messages in a single mailbox.
  79. #maxlet 300
  80. maxlet 100
  81.  
  82. #------------------------------------------
  83. # edit <space> name_of_editor_for_mail_entry
  84. # also EDITOR from environment
  85. # The filename of your favorite editor goes here, This should be a small
  86. # editor capable of producing true ASCII files (if possible with no
  87. # Control-Z at the end, though PCElm tries to zap Cntrl-Z's if it sees them).
  88. # What I'm trying to convey here is that Word for Windows ((C) Microsoft)
  89. # is not the sort of thing you want to put here.
  90. # If this entry is commented out, the value of the environment variable
  91. # 'editor' is used.
  92. edit builtin+
  93.  
  94. #------------------------------------------
  95. # smtp <space> path to mailboxes
  96. # also MAILDIR from environment
  97. # This is where you put the directory where your mailboxes reside. All
  98. # mailboxes, i.e. both the hamradio and uucp mailboxes should be in one
  99. # directory.
  100. # If this entry is commented out, the value of the environment variable
  101. # 'maildir' is used.
  102. smtp c:/nos/spool/mail
  103. #------------------------------------------
  104. # queuedir <space> path to mail queue
  105. # This is where you put the directory where outgoing mail gets queued up.
  106. # Typically, this is called /spool/mqueue or something like that.
  107. queuedir c:/nos/spool/mqueue
  108.  
  109. #------------------------------------------
  110. # video <space> 0 || 1 for direct video write
  111. # Put a 1 here if you want direct writes into video ram, which is fast
  112. # but tends to confuse CGAs and not-so-very-compatible PCs. A 0 will
  113. # do all video updates through the BIOS, which is considerably slower.
  114. video 1
  115.  
  116. #------------------------------------------
  117. # SOH for uucp
  118. # This is a sequence of words that tell PCElm that a new message begins.
  119. # Uh.. message delimiter is the word I was looking for. Usually "From ",
  120. # but may be "Control-A" if you are using MMDF or anything at all if
  121. # you are using weird mailers.
  122. # "From " (note the blank) or "Received" usually work.
  123. # SOH-UUCP mmdf
  124.  
  125. #------------------------------------------
  126. # SOH for amateur radio
  127. # See above, but for ham radio.
  128. SOH-ham "From "
  129.  
  130. #------------------------------------------
  131. # Extension for amateur radio
  132. # The file extension your mailbox file has goes here. A mailbox is
  133. # construed from your username with the extension defined here appended to
  134. # it. Note that even if your mailbox has no extension, you still need
  135. # to define the dot "." as extension ! The dot is mandatory.
  136. ham-ext ".txt"
  137.  
  138. #------------------------------------------
  139. # Extension for UUCP
  140. # See above, but for uucp.
  141. # UUPC usually has no extension, so we just define the dot as extension.
  142. uucp-ext "."
  143.  
  144. #------------------------------------------
  145. # Startmode for PCElm. If Startmode is "uucp", PCElm will start in
  146. # uucp mode; anything else will cause PCElm to start in hamradio mode.
  147. START ham
  148.  
  149. #------------------------------------------
  150. # Define various colours for display:
  151. # The numbers below are hexadecimal numbers defining a foreground and
  152. # background colour for various scenarios. The routine determining the
  153. # colours is quite simpleminded, so please don't use spaces here.
  154. #
  155. # If you are confused as to what to enter here, either leave it alone
  156. # or consult an IBM PC programming manual as to how these numbers are
  157. # arrived at.
  158. #
  159. # The color codes are as follows:
  160. #
  161. #    Background    |    Foreground
  162. #  ---------------------------------
  163. #  0   0   0   1   |   1   1   1   1 ---> 0x1f ---> Bright white on blue
  164. #  ---------------------------------
  165. #  B   R   G   B   |   I   R   G   B
  166. #  L   E   R   L   |   N   E   R   L
  167. #  I   D   E   U   |   T   D   E   U
  168. #  N       E   E   |   E       E   E
  169. #  K       N       |   N       N
  170. #
  171. # This will definitely get more comfortable to configure in a later version
  172. # of PCElm.
  173. #
  174. # Values are: normal screen, bold, more prompt, default at exit, selection bar
  175. COLORS 1f,4f,2f,07,6f
  176. # COLORS 07,0f,2f,07,70
  177. #------------------------------------------
  178. #
  179. #   Format of uucp command
  180. #   Supported macros are:
  181. #   $   filename containing message header and body
  182. #   %   name of receiver
  183. #
  184. # PCElm constructs the workfiles and messagefiles that KA9Q NET and NOS
  185. # needs by itself, but execs an exterior mailer in uucp mode so that
  186. # headers peculiar to your particular implementation of uucp (or whatever)
  187. # can be written. The exterior mailer is usually called rmail.exe or
  188. # mail.exe. The macros $ and % are expanded _once_, they may not occur
  189. # multiple times in this line.
  190. # For my version of UUPC, the following line works.
  191. uucpcall "rmail -f $ %"
  192.  
  193. #------------------------------------------
  194. # Name of sequence file.
  195. # This is the file where the numbers for message id's are stored.
  196. # It is located in the mail spool directory.
  197. sequence sequence.seq
  198.  
  199.  
  200. #------------------------------------------
  201. # Name of print device.
  202. # This is where mail gets printed with the 'P' command.
  203. print lpt2
  204.  
  205. #------------------------------------------
  206. # Headerlines to weed out
  207.  
  208. weedout "From: Message-Id: X-Mailer: Status: X-Status: Subject: To: X-Organization: Reply-To: Received: From\32"
  209.  
  210. #------------------------------------------
  211. # The END
  212. #------------------------------------------
  213.